home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-16 | 1.5 KB | 41 lines | [TEXT/ttxt] |
- 8 //This file describes the initial structure to be simulated.
- -100 -500 //The latter consists of a series of compact regions.
- -100 100 //Each region is defined by a series of points,
- 200 100 // the latter being defined by the x- and y- coordinates.
- 400 100 //The list of coordinates is preceded by a number
- 500 100 // specifying the number of points, which define the region.
- 800 100//Important!!! Each region must be defined CLOCKWISE.
- 1000 100 // There cannot be VOIDS between the individual regions!
- 1000 -500 // There cannot be self-intersecting regions!
- 4 //beginning of a new region: 4 is the number of points to follow!
- 0 100 there follow the coordinates of the four points
- 0 150
- 800 150
- 800 100
- 4 //beginning of a new region: 4 is the number of points to follow!
- 200 150 there follow the coordinates of the four points
- 200 500
- 300 500
- 300 150
- 4 //beginning of a new region: 5 is the number of points to follow!
- 500 150 there follow the coordinates of the four points
- 500 500
- 600 500
- 600 150
- 4 //beginning of a new region: 4 is the number of points to follow!
- 1000 -500 there follow the coordinates of the four points
- 1000 0
- 1500 0
- 1500 -500
- 4 //beginning of a new region: 4 is the number of points to follow!
- 1300 300 there follow the coordinates of the four points
- 1300 400
- 1500 400
- 1500 300
- 4 //beginning of a new region: 4 is the number of points to follow!
- 1200 0 there follow the coordinates of the four points
- 1200 300
- 1500 300
- 1500 0 //Do not write below this point if this is the last region!
-
-